home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / sharewar / matrix / matrix.exe / {app} / Matrix.exe / 0 / RCDATA / TFSELDIR / TFSELDIR.txt
Text File  |  2002-03-16  |  2KB  |  79 lines

  1. object fSelDir: TfSelDir
  2.   Left = 192
  3.   Top = 114
  4.   Width = 457
  5.   Height = 326
  6.   Caption = 'Select destination directory ...'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object RzDirectoryTree1: TRzDirectoryTree
  19.     Left = 0
  20.     Top = 0
  21.     Width = 449
  22.     Height = 264
  23.     Align = alClient
  24.     Font.Charset = ANSI_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -9
  27.     Font.Name = 'Verdana'
  28.     Font.Style = []
  29.     HideSelection = False
  30.     Indent = 19
  31.     ParentFont = False
  32.     SelectionPen.Color = clBtnShadow
  33.     TabOrder = 0
  34.   end
  35.   object Panel2: TPanel
  36.     Left = 0
  37.     Top = 264
  38.     Width = 449
  39.     Height = 28
  40.     Align = alBottom
  41.     BevelOuter = bvLowered
  42.     TabOrder = 1
  43.     object Button1: TButton
  44.       Left = 8
  45.       Top = 3
  46.       Width = 105
  47.       Height = 22
  48.       Anchors = [akLeft, akBottom]
  49.       Caption = 'Ok'
  50.       Font.Charset = ANSI_CHARSET
  51.       Font.Color = clWindowText
  52.       Font.Height = -9
  53.       Font.Name = 'Verdana'
  54.       Font.Style = [fsBold]
  55.       ModalResult = 1
  56.       ParentFont = False
  57.       TabOrder = 0
  58.       OnClick = Button1Click
  59.     end
  60.     object Button2: TButton
  61.       Left = 342
  62.       Top = 3
  63.       Width = 105
  64.       Height = 22
  65.       Anchors = [akRight, akBottom]
  66.       Caption = 'Cancel'
  67.       Font.Charset = ANSI_CHARSET
  68.       Font.Color = clWindowText
  69.       Font.Height = -9
  70.       Font.Name = 'Verdana'
  71.       Font.Style = [fsBold]
  72.       ModalResult = 2
  73.       ParentFont = False
  74.       TabOrder = 1
  75.       OnClick = Button2Click
  76.     end
  77.   end
  78. end
  79.